nextchanges: Automatically add the PR link to a newly added nextchanges fragments - #6177
Open
janniklasrose wants to merge 7 commits into
Open
nextchanges: Automatically add the PR link to a newly added nextchanges fragments#6177janniklasrose wants to merge 7 commits into
janniklasrose wants to merge 7 commits into
Conversation
The databricks org has an IP allow list that GitHub-hosted runners are not on, so `gh api` from ubuntu-latest failed with HTTP 403. Every other workflow in this repo that calls the API already runs on this group. Co-authored-by: Isaac
Collaborator
Integration test reportCommit: fa674e2
8 interesting tests: 4 RECOVERED, 4 SKIP
Top 3 slowest tests (at least 2 minutes):
|
yolocs
pushed a commit
to yolocs/dbcli
that referenced
this pull request
Aug 6, 2026
- missing PR links (to be auto-added, proposal in databricks#6177) - missing entry Preview: https://github.com/databricks/cli/actions/runs/31048842444?pr=6180
Gate the job on !draft (mirroring maintainer-approval.yml) and add the ready_for_review trigger so a fragment added while the PR was a draft gets linked as soon as it's marked ready. Co-authored-by: Isaac
Move the appended reference to the very end of an entry (after any trailing period) instead of before the period, and only skip an entry that already *ends* with a PR reference. A prior PR or issue cited in the body (e.g. "Fixes #6030: …") no longer blocks appending the PR link at the end. Co-authored-by: Isaac
Contributor
Waiting for approvalBased on git history, these people are best suited to review:
Eligible reviewers: Suggestions based on git history. See OWNERS for ownership rules. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Run a workflow to automatically add the PR number to a nextchanges fragment if that PR adds that file
Why
Often forgotten and annoying to do by hand
Tests
6db9a9f on this PR got pushed by the bot (run)